Class: Aws::Types::CreateServiceNetworkResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def arn
  @arn
end

#auth_type"NONE", "AWS_IAM"

Returns the value of attribute auth_type.

Returns:

  • ("NONE", "AWS_IAM")


214
215
216
# File 'sig/types.rbs', line 214

def auth_type
  @auth_type
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def name
  @name
end

#sharing_configTypes::SharingConfig

Returns the value of attribute sharing_config.



213
214
215
# File 'sig/types.rbs', line 213

def sharing_config
  @sharing_config
end