Class: Aws::Types::AggregationAuthorization

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_authorization_arn::String

Returns the value of attribute aggregation_authorization_arn.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def aggregation_authorization_arn
  @aggregation_authorization_arn
end

#authorized_account_id::String

Returns the value of attribute authorized_account_id.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def 
  @authorized_account_id
end

#authorized_aws_region::String

Returns the value of attribute authorized_aws_region.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def authorized_aws_region
  @authorized_aws_region
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


109
110
111
# File 'sig/types.rbs', line 109

def creation_time
  @creation_time
end