Class: Aws::Types::VpcPeeringAuthorization

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:

  • (::String)


2477
2478
2479
# File 'sig/types.rbs', line 2477

def 
  @game_lift_aws_account_id
end

#peer_vpc_aws_account_id::String

Returns the value of attribute peer_vpc_aws_account_id.

Returns:

  • (::String)


2478
2479
2480
# File 'sig/types.rbs', line 2478

def 
  @peer_vpc_aws_account_id
end

#peer_vpc_id::String

Returns the value of attribute peer_vpc_id.

Returns:

  • (::String)


2479
2480
2481
# File 'sig/types.rbs', line 2479

def peer_vpc_id
  @peer_vpc_id
end