Class: Aws::Types::CreateAssetResponse

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:



105
106
107
# File 'sig/types.rbs', line 105

def arn
  @arn
end

#created_at::String

Returns the value of attribute created_at.

Returns:



106
107
108
# File 'sig/types.rbs', line 106

def created_at
  @created_at
end

#egress_endpoints::Array[Types::EgressEndpoint]

Returns the value of attribute egress_endpoints.

Returns:



107
108
109
# File 'sig/types.rbs', line 107

def egress_endpoints
  @egress_endpoints
end

#id::String

Returns the value of attribute id.

Returns:



108
109
110
# File 'sig/types.rbs', line 108

def id
  @id
end

#packaging_group_id::String

Returns the value of attribute packaging_group_id.

Returns:



109
110
111
# File 'sig/types.rbs', line 109

def packaging_group_id
  @packaging_group_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:



110
111
112
# File 'sig/types.rbs', line 110

def resource_id
  @resource_id
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:



111
112
113
# File 'sig/types.rbs', line 111

def source_arn
  @source_arn
end

#source_role_arn::String

Returns the value of attribute source_role_arn.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def source_role_arn
  @source_role_arn
end

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

Returns the value of attribute tags.

Returns:



113
114
115
# File 'sig/types.rbs', line 113

def tags
  @tags
end