Class: Aws::Types::DescribeAssetResponse

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)


216
217
218
# File 'sig/types.rbs', line 216

def arn
  @arn
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def created_at
  @created_at
end

#egress_endpoints::Array[Types::EgressEndpoint]

Returns the value of attribute egress_endpoints.

Returns:



218
219
220
# File 'sig/types.rbs', line 218

def egress_endpoints
  @egress_endpoints
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def id
  @id
end

#packaging_group_id::String

Returns the value of attribute packaging_group_id.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def packaging_group_id
  @packaging_group_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def resource_id
  @resource_id
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def source_arn
  @source_arn
end

#source_role_arn::String

Returns the value of attribute source_role_arn.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def source_role_arn
  @source_role_arn
end

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

Returns the value of attribute tags.

Returns:

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


224
225
226
# File 'sig/types.rbs', line 224

def tags
  @tags
end