Class: Aws::Types::GetResourceDefinitionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


890
891
892
# File 'sig/types.rbs', line 890

def arn
  @arn
end

#creation_timestamp::String

Returns the value of attribute creation_timestamp.

Returns:

  • (::String)


891
892
893
# File 'sig/types.rbs', line 891

def creation_timestamp
  @creation_timestamp
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


892
893
894
# File 'sig/types.rbs', line 892

def id
  @id
end

#last_updated_timestamp::String

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::String)


893
894
895
# File 'sig/types.rbs', line 893

def last_updated_timestamp
  @last_updated_timestamp
end

#latest_version::String

Returns the value of attribute latest_version.

Returns:

  • (::String)


894
895
896
# File 'sig/types.rbs', line 894

def latest_version
  @latest_version
end

#latest_version_arn::String

Returns the value of attribute latest_version_arn.

Returns:

  • (::String)


895
896
897
# File 'sig/types.rbs', line 895

def latest_version_arn
  @latest_version_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


896
897
898
# File 'sig/types.rbs', line 896

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


897
898
899
# File 'sig/types.rbs', line 897

def tags
  @tags
end