Class: Aws::Types::DescribePackagingGroupResponse

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)


252
253
254
# File 'sig/types.rbs', line 252

def approximate_asset_count
  @approximate_asset_count
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def arn
  @arn
end

#authorizationTypes::Authorization

Returns the value of attribute authorization.



254
255
256
# File 'sig/types.rbs', line 254

def authorization
  @authorization
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def domain_name
  @domain_name
end

#egress_access_logsTypes::EgressAccessLogs

Returns the value of attribute egress_access_logs.



257
258
259
# File 'sig/types.rbs', line 257

def egress_access_logs
  @egress_access_logs
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def id
  @id
end

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

Returns the value of attribute tags.

Returns:

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


259
260
261
# File 'sig/types.rbs', line 259

def tags
  @tags
end