Class: Aws::Types::VpcPeeringAuthorization
- Inherits:
-
Object
- Object
- Aws::Types::VpcPeeringAuthorization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#game_lift_aws_account_id ⇒ ::String
Returns the value of attribute game_lift_aws_account_id.
-
#peer_vpc_aws_account_id ⇒ ::String
Returns the value of attribute peer_vpc_aws_account_id.
-
#peer_vpc_id ⇒ ::String
Returns the value of attribute peer_vpc_id.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2480 2481 2482 |
# File 'sig/types.rbs', line 2480 def creation_time @creation_time end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
2481 2482 2483 |
# File 'sig/types.rbs', line 2481 def expiration_time @expiration_time end |
#game_lift_aws_account_id ⇒ ::String
Returns the value of attribute game_lift_aws_account_id.
2477 2478 2479 |
# File 'sig/types.rbs', line 2477 def game_lift_aws_account_id @game_lift_aws_account_id end |
#peer_vpc_aws_account_id ⇒ ::String
Returns the value of attribute peer_vpc_aws_account_id.
2478 2479 2480 |
# File 'sig/types.rbs', line 2478 def peer_vpc_aws_account_id @peer_vpc_aws_account_id end |
#peer_vpc_id ⇒ ::String
Returns the value of attribute peer_vpc_id.
2479 2480 2481 |
# File 'sig/types.rbs', line 2479 def peer_vpc_id @peer_vpc_id end |