Method: Aws::EMR::Types::SessionMappingDetail#creation_time
- Defined in:
- lib/aws-sdk-emr/types.rb
#creation_time ⇒ Time
The time the session mapping was created.
6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 |
# File 'lib/aws-sdk-emr/types.rb', line 6238 class SessionMappingDetail < Struct.new( :studio_id, :identity_id, :identity_name, :identity_type, :session_policy_arn, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |