Class: Aws::Types::CreateServiceNetworkRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_type"NONE", "AWS_IAM"

Returns the value of attribute auth_type.

Returns:

  • ("NONE", "AWS_IAM")


185
186
187
# File 'sig/types.rbs', line 185

def auth_type
  @auth_type
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def client_token
  @client_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def name
  @name
end

#sharing_configTypes::SharingConfig

Returns the value of attribute sharing_config.



187
188
189
# File 'sig/types.rbs', line 187

def sharing_config
  @sharing_config
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


186
187
188
# File 'sig/types.rbs', line 186

def tags
  @tags
end