Class: Aws::Types::CreatePackagingGroupResponse

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)


150
151
152
# File 'sig/types.rbs', line 150

def arn
  @arn
end

#authorizationTypes::Authorization

Returns the value of attribute authorization.



151
152
153
# File 'sig/types.rbs', line 151

def authorization
  @authorization
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def domain_name
  @domain_name
end

#egress_access_logsTypes::EgressAccessLogs

Returns the value of attribute egress_access_logs.



154
155
156
# File 'sig/types.rbs', line 154

def egress_access_logs
  @egress_access_logs
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def id
  @id
end

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

Returns the value of attribute tags.

Returns:

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


156
157
158
# File 'sig/types.rbs', line 156

def tags
  @tags
end