Class: Aws::Types::CreateNamespaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2419
2420
2421
# File 'sig/types.rbs', line 2419

def 
  @aws_account_id
end

#identity_store"QUICKSIGHT"

Returns the value of attribute identity_store.

Returns:

  • ("QUICKSIGHT")


2421
2422
2423
# File 'sig/types.rbs', line 2421

def identity_store
  @identity_store
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


2420
2421
2422
# File 'sig/types.rbs', line 2420

def namespace
  @namespace
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2422
2423
2424
# File 'sig/types.rbs', line 2422

def tags
  @tags
end