Class: Aws::Types::CreatePackagingGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorizationTypes::Authorization

Returns the value of attribute authorization.



142
143
144
# File 'sig/types.rbs', line 142

def authorization
  @authorization
end

#egress_access_logsTypes::EgressAccessLogs

Returns the value of attribute egress_access_logs.



143
144
145
# File 'sig/types.rbs', line 143

def egress_access_logs
  @egress_access_logs
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def id
  @id
end

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

Returns the value of attribute tags.

Returns:

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


145
146
147
# File 'sig/types.rbs', line 145

def tags
  @tags
end