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)


19204
19205
19206
# File 'sig/types.rbs', line 19204

def description
  @description
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


19207
19208
19209
# File 'sig/types.rbs', line 19207

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


19206
19207
19208
# File 'sig/types.rbs', line 19206

def group_name
  @group_name
end

#peering_status::String

Returns the value of attribute peering_status.

Returns:

  • (::String)


19210
19211
19212
# File 'sig/types.rbs', line 19210

def peering_status
  @peering_status
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


19205
19206
19207
# File 'sig/types.rbs', line 19205

def user_id
  @user_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


19208
19209
19210
# File 'sig/types.rbs', line 19208

def vpc_id
  @vpc_id
end

#vpc_peering_connection_id::String

Returns the value of attribute vpc_peering_connection_id.

Returns:

  • (::String)


19209
19210
19211
# File 'sig/types.rbs', line 19209

def vpc_peering_connection_id
  @vpc_peering_connection_id
end