Class: Aws::Types::PackagingGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_asset_count::Integer

Returns the value of attribute approximate_asset_count.

Returns:

  • (::Integer)


419
420
421
# File 'sig/types.rbs', line 419

def approximate_asset_count
  @approximate_asset_count
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def arn
  @arn
end

#authorizationTypes::Authorization

Returns the value of attribute authorization.



421
422
423
# File 'sig/types.rbs', line 421

def authorization
  @authorization
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


423
424
425
# File 'sig/types.rbs', line 423

def domain_name
  @domain_name
end

#egress_access_logsTypes::EgressAccessLogs

Returns the value of attribute egress_access_logs.



424
425
426
# File 'sig/types.rbs', line 424

def egress_access_logs
  @egress_access_logs
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def id
  @id
end

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

Returns the value of attribute tags.

Returns:

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


426
427
428
# File 'sig/types.rbs', line 426

def tags
  @tags
end