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)


19183
19184
19185
# File 'sig/types.rbs', line 19183

def description
  @description
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


19186
19187
19188
# File 'sig/types.rbs', line 19186

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


19185
19186
19187
# File 'sig/types.rbs', line 19185

def group_name
  @group_name
end

#peering_status::String

Returns the value of attribute peering_status.

Returns:

  • (::String)


19189
19190
19191
# File 'sig/types.rbs', line 19189

def peering_status
  @peering_status
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


19184
19185
19186
# File 'sig/types.rbs', line 19184

def user_id
  @user_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


19187
19188
19189
# File 'sig/types.rbs', line 19187

def vpc_id
  @vpc_id
end

#vpc_peering_connection_id::String

Returns the value of attribute vpc_peering_connection_id.

Returns:

  • (::String)


19188
19189
19190
# File 'sig/types.rbs', line 19188

def vpc_peering_connection_id
  @vpc_peering_connection_id
end