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.
3868 3869 3870 |
# File 'sig/types.rbs', line 3868 def artifact_arn @artifact_arn end |
#artifact_name ⇒ ::String
Returns the value of attribute artifact_name.
3867 3868 3869 |
# File 'sig/types.rbs', line 3867 def artifact_name @artifact_name end |
#artifact_type ⇒ ::String
Returns the value of attribute artifact_type.
3870 3871 3872 |
# File 'sig/types.rbs', line 3870 def artifact_type @artifact_type end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
3873 3874 3875 |
# File 'sig/types.rbs', line 3873 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
3872 3873 3874 |
# File 'sig/types.rbs', line 3872 def creation_time @creation_time end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
3875 3876 3877 |
# File 'sig/types.rbs', line 3875 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3874 3875 3876 |
# File 'sig/types.rbs', line 3874 def last_modified_time @last_modified_time end |
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
3877 3878 3879 |
# File 'sig/types.rbs', line 3877 def lineage_group_arn @lineage_group_arn end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
3876 3877 3878 |
# File 'sig/types.rbs', line 3876 def @metadata_properties end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
3871 3872 3873 |
# File 'sig/types.rbs', line 3871 def properties @properties end |
#source ⇒ Types::ArtifactSource
Returns the value of attribute source.
3869 3870 3871 |
# File 'sig/types.rbs', line 3869 def source @source end |