Class: Aws::Types::GetReferenceMetadataResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetReferenceMetadataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_job_id ⇒ ::String
Returns the value of attribute creation_job_id.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#creation_type ⇒ "IMPORT"
Returns the value of attribute creation_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#files ⇒ Types::ReferenceFiles
Returns the value of attribute files.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#md5 ⇒ ::String
Returns the value of attribute md5.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#reference_store_id ⇒ ::String
Returns the value of attribute reference_store_id.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
962 963 964 |
# File 'sig/types.rbs', line 962 def arn @arn end |
#creation_job_id ⇒ ::String
Returns the value of attribute creation_job_id.
972 973 974 |
# File 'sig/types.rbs', line 972 def creation_job_id @creation_job_id end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
968 969 970 |
# File 'sig/types.rbs', line 968 def creation_time @creation_time end |
#creation_type ⇒ "IMPORT"
Returns the value of attribute creation_type.
971 972 973 |
# File 'sig/types.rbs', line 971 def creation_type @creation_type end |
#description ⇒ ::String
Returns the value of attribute description.
967 968 969 |
# File 'sig/types.rbs', line 967 def description @description end |
#files ⇒ Types::ReferenceFiles
Returns the value of attribute files.
970 971 972 |
# File 'sig/types.rbs', line 970 def files @files end |
#id ⇒ ::String
Returns the value of attribute id.
961 962 963 |
# File 'sig/types.rbs', line 961 def id @id end |
#md5 ⇒ ::String
Returns the value of attribute md5.
964 965 966 |
# File 'sig/types.rbs', line 964 def md5 @md5 end |
#name ⇒ ::String
Returns the value of attribute name.
966 967 968 |
# File 'sig/types.rbs', line 966 def name @name end |
#reference_store_id ⇒ ::String
Returns the value of attribute reference_store_id.
963 964 965 |
# File 'sig/types.rbs', line 963 def reference_store_id @reference_store_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
965 966 967 |
# File 'sig/types.rbs', line 965 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
969 970 971 |
# File 'sig/types.rbs', line 969 def update_time @update_time end |