Class: Aws::Types::UpdatePackagingGroupResponse

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)


503
504
505
# File 'sig/types.rbs', line 503

def approximate_asset_count
  @approximate_asset_count
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def arn
  @arn
end

#authorizationTypes::Authorization

Returns the value of attribute authorization.



505
506
507
# File 'sig/types.rbs', line 505

def authorization
  @authorization
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def domain_name
  @domain_name
end

#egress_access_logsTypes::EgressAccessLogs

Returns the value of attribute egress_access_logs.



508
509
510
# File 'sig/types.rbs', line 508

def egress_access_logs
  @egress_access_logs
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def id
  @id
end

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

Returns the value of attribute tags.

Returns:

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


510
511
512
# File 'sig/types.rbs', line 510

def tags
  @tags
end