Class: Aws::Types::DescribeArtifactResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_arn::String

Returns the value of attribute artifact_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3870
3871
3872
# File 'sig/types.rbs', line 3870

def artifact_type
  @artifact_type
end

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



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.

Returns:

  • (::Time)


3872
3873
3874
# File 'sig/types.rbs', line 3872

def creation_time
  @creation_time
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



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.

Returns:

  • (::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.

Returns:

  • (::String)


3877
3878
3879
# File 'sig/types.rbs', line 3877

def lineage_group_arn
  @lineage_group_arn
end

#metadata_propertiesTypes::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.

Returns:

  • (::Hash[::String, ::String])


3871
3872
3873
# File 'sig/types.rbs', line 3871

def properties
  @properties
end

#sourceTypes::ArtifactSource

Returns the value of attribute source.



3869
3870
3871
# File 'sig/types.rbs', line 3869

def source
  @source
end