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)


2550
2551
2552
# File 'sig/types.rbs', line 2550

def 
  @aws_account_id
end

#identity_store"QUICKSIGHT"

Returns the value of attribute identity_store.

Returns:

  • ("QUICKSIGHT")


2552
2553
2554
# File 'sig/types.rbs', line 2552

def identity_store
  @identity_store
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


2551
2552
2553
# File 'sig/types.rbs', line 2551

def namespace
  @namespace
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2553
2554
2555
# File 'sig/types.rbs', line 2553

def tags
  @tags
end