Class: Aws::Types::DescribeArtifactResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeArtifactResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_arn ⇒ ::String
Returns the value of attribute artifact_arn.
-
#artifact_name ⇒ ::String
Returns the value of attribute artifact_name.
-
#artifact_type ⇒ ::String
Returns the value of attribute artifact_type.
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
-
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
-
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
-
#source ⇒ Types::ArtifactSource
Returns the value of attribute source.
Instance Attribute Details
#artifact_arn ⇒ ::String
Returns the value of attribute artifact_arn.
3851 3852 3853 |
# File 'sig/types.rbs', line 3851 def artifact_arn @artifact_arn end |
#artifact_name ⇒ ::String
Returns the value of attribute artifact_name.
3850 3851 3852 |
# File 'sig/types.rbs', line 3850 def artifact_name @artifact_name end |
#artifact_type ⇒ ::String
Returns the value of attribute artifact_type.
3853 3854 3855 |
# File 'sig/types.rbs', line 3853 def artifact_type @artifact_type end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
3856 3857 3858 |
# File 'sig/types.rbs', line 3856 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
3855 3856 3857 |
# File 'sig/types.rbs', line 3855 def creation_time @creation_time end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
3858 3859 3860 |
# File 'sig/types.rbs', line 3858 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3857 3858 3859 |
# File 'sig/types.rbs', line 3857 def last_modified_time @last_modified_time end |
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
3860 3861 3862 |
# File 'sig/types.rbs', line 3860 def lineage_group_arn @lineage_group_arn end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
3859 3860 3861 |
# File 'sig/types.rbs', line 3859 def @metadata_properties end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
3854 3855 3856 |
# File 'sig/types.rbs', line 3854 def properties @properties end |
#source ⇒ Types::ArtifactSource
Returns the value of attribute source.
3852 3853 3854 |
# File 'sig/types.rbs', line 3852 def source @source end |