Method: Aws::IAM::Types::User#create_date
- Defined in:
- lib/aws-sdk-iam/types.rb
#create_date ⇒ Time
The date and time, in [ISO 8601 date-time format], when the user was created.
13314 13315 13316 13317 13318 13319 13320 13321 13322 13323 13324 13325 |
# File 'lib/aws-sdk-iam/types.rb', line 13314 class User < Struct.new( :path, :user_name, :user_id, :arn, :create_date, :password_last_used, :permissions_boundary, :tags) SENSITIVE = [] include Aws::Structure end |