Class: Aws::Types::CreateProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#as_2_id::String

Returns the value of attribute as_2_id.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def as_2_id
  @as_2_id
end

#certificate_ids::Array[::String]

Returns the value of attribute certificate_ids.

Returns:

  • (::Array[::String])


134
135
136
# File 'sig/types.rbs', line 134

def certificate_ids
  @certificate_ids
end

#profile_type"LOCAL", "PARTNER"

Returns the value of attribute profile_type.

Returns:

  • ("LOCAL", "PARTNER")


133
134
135
# File 'sig/types.rbs', line 133

def profile_type
  @profile_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



135
136
137
# File 'sig/types.rbs', line 135

def tags
  @tags
end