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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3853
3854
3855
# File 'sig/types.rbs', line 3853

def artifact_type
  @artifact_type
end

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



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.

Returns:

  • (::Time)


3855
3856
3857
# File 'sig/types.rbs', line 3855

def creation_time
  @creation_time
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



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.

Returns:

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

Returns:

  • (::String)


3860
3861
3862
# File 'sig/types.rbs', line 3860

def lineage_group_arn
  @lineage_group_arn
end

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

Returns:

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


3854
3855
3856
# File 'sig/types.rbs', line 3854

def properties
  @properties
end

#sourceTypes::ArtifactSource

Returns the value of attribute source.



3852
3853
3854
# File 'sig/types.rbs', line 3852

def source
  @source
end