Class: Aws::Types::PackagingGroupCreateParameters

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.



431
432
433
# File 'sig/types.rbs', line 431

def authorization
  @authorization
end

#egress_access_logsTypes::EgressAccessLogs

Returns the value of attribute egress_access_logs.



432
433
434
# File 'sig/types.rbs', line 432

def egress_access_logs
  @egress_access_logs
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def id
  @id
end

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

Returns the value of attribute tags.

Returns:

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


434
435
436
# File 'sig/types.rbs', line 434

def tags
  @tags
end