Class: Aws::Types::UserIdGroupPair

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


18517
18518
18519
# File 'sig/types.rbs', line 18517

def description
  @description
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


18520
18521
18522
# File 'sig/types.rbs', line 18520

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


18519
18520
18521
# File 'sig/types.rbs', line 18519

def group_name
  @group_name
end

#peering_status::String

Returns the value of attribute peering_status.

Returns:

  • (::String)


18523
18524
18525
# File 'sig/types.rbs', line 18523

def peering_status
  @peering_status
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


18518
18519
18520
# File 'sig/types.rbs', line 18518

def user_id
  @user_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


18521
18522
18523
# File 'sig/types.rbs', line 18521

def vpc_id
  @vpc_id
end

#vpc_peering_connection_id::String

Returns the value of attribute vpc_peering_connection_id.

Returns:

  • (::String)


18522
18523
18524
# File 'sig/types.rbs', line 18522

def vpc_peering_connection_id
  @vpc_peering_connection_id
end